.container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

#footer {
    border-top: 1px solid #EEE;
    margin-top: 47px;
}

.about ul.hr {
    width: 100%;
    border: none;
    border-bottom: solid 1px #EEE;
    padding: 30px 0px 0px 0px;
    box-sizing: inherit;
    margin: 0px 0px 30px 0px;
    font-size: 13px;
    color: #444444;
    height: auto;
}

.about ul.hr h2 {
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 50px 0px 0px;
}

.about ul.hr li {
    display: inline-block;
    line-height: 18px;
    vertical-align: bottom;
    margin: 0px 42px 30px 0px;
}

.about ul.hr li:last-child {
    margin: 0px 0px 30px 0px;
}

.about .about_blocks {
    width: 566px;
    display: inline-block;
    margin-right: 80px;
    color: #444;
}

.about .feedback_block {
    margin-bottom: 40px;
}

.about .feedback_block h2 {
    font-size: 18px;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: solid 1px #EEE;
    margin-top: 0px;
    padding-top: 0px;
}

.about .faq_blocks .block {
    margin-bottom: 25px;
    width: 100%;
}

.about .faq_blocks .title {
    color: #3689c5;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    cursor: pointer;
}

.about .faq_blocks .title a {
    color: #3689c5;
}

.about .faq_blocks .title sup {
    font-size: 12px;
    color: #000;
    font-weight: normal;
    margin: 0px 0px 0px 5px;
}

.about .faq_blocks .block ul.questions {
    margin: 20px 0px 0px 20px;
    padding: 0px;
    display: none;
}

.about .faq_blocks .block ul.questions li {
    margin: 0px 0px 20px 0px;
    list-style: none;
    padding: 0px;
    width: 100%;
}

.about .faq_blocks .block ul.questions li a {
    color: #3689c5;
}

.about .faq_blocks .block ul.questions li a.active {
    color: #dd4c54;
}

.about .faq_blocks .block ul.questions li .answer {
    display: none;
    color: #000;
    font-size: 13px;
    margin-top: 10px;
}

ul.questions li .answer .usefulness {
    color: #666;
    margin-top: 20px;
    font-size: 13px;
}

ul.questions li .answer .usefulness .btn_white {
    border: solid 1px #dddddd;
}

ul.questions li .answer .usefulness .btn_white.green {
    color: #77bf2b;
}

ul.questions li .answer .usefulness .btn_white.green:hover {
    color: #77bf2b;
    border: solid 1px #77bf2b;
}

ul.questions li .answer .usefulness .btn_white.red {
    color: #f09398;
}

ul.questions li .answer .usefulness .btn_white.red:hover {
    color: #f09398;
    border: solid 1px #f09398;
}

@media all and (max-width: 1000px) {

    .about .about_blocks {
        width: 100%;
        display: inline-block;
        margin: 0px 0px 40px 0px;
    }
}